Namespace - LJCDBClientLib
Parameters
propertyName - The property name.
oldValue - The previous value.
newValue - The new value.
Returns
The new value.
Syntax
C# |
public T Add(String propertyName, T oldValue, T newValue)
|
Adds the property name to the list if the value has changed and it
is not already in the list.
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.